home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000298_amos-request@svcs1.digex.net_Sat Aug 16 15:02:08 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  64 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id PAA06173
  3.     for <mcox@access.digex.net>; Sat, 16 Aug 1997 15:02:07 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id NAA00480
  6.     for amos-out; Sat, 16 Aug 1997 13:54:46 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id NAA00477
  9.     for <amos-list@svcs1.digex.net>; Sat, 16 Aug 1997 13:54:45 -0400 (EDT)
  10. Received: from post8.tele.dk (post8.tele.dk [194.239.134.172])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id NAA23504
  12.     for <amos-list@access.digex.net>; Sat, 16 Aug 1997 13:54:44 -0400 (EDT)
  13. Received: from post8.tele.dk ([194.239.180.58]) by post8.tele.dk
  14.           (Netscape Mail Server v2.02) with SMTP id AAA26846
  15.           for <amos-list@access.digex.net>; Sat, 16 Aug 1997 18:54:30 +0100
  16. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  17. To: amos-list <amos-list@access.digex.net>
  18. Date: Sat, 16 Aug 1997 19:55:47 +0100
  19. Message-ID: <yam7167.2383.1747870488@post8.tele.dk>
  20. In-Reply-To: <92709629@rydh.bengtsfors.se>
  21. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  22. Subject: Re: Print
  23. MIME-Version: 1.0
  24. Content-Type: text/plain
  25. Status: O
  26. X-Status: 
  27.  
  28. On 16-Aug-97, Johannes Rydh smashed the keyboard with:
  29. >I'd like to thanks everybody that helped me with this simple problem. I was
  30. to
  31. >tired to think and solve it myself...
  32.  
  33. >But with your help I did it. I put "Set Input 10,-1" before I performed the
  34. >inputs.
  35. >It works GREAT!
  36.  
  37.  
  38. >But:
  39.  
  40. >When I use Print # AMOS will automatic add a chr$(13) at the end of the line.
  41. >I've tried to take it away and replace it with chr$(10) but I can't make it
  42. >work.
  43. >Are there any kind a command for this too?
  44.  
  45. ^sure use:
  46.  Print# n,"YOUR-TEXT"+chr$(10);
  47.  
  48. !!! the ; character will disable the auto CR, just like when using print to a
  49. screen
  50.  
  51. >---
  52.  
  53. >Mvh, Johannes Rydh
  54.  
  55. -- 
  56. Happy greetings, Yours..
  57. __________________________________________________________________________
  58.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  59.   / / / /_/ / ____/  \ \___\  __ \ \ \  Nyvej 8, DK-4450 Jyderup, Denmark
  60.  /_/ /_____/_/        \_____\_\ \_\ \_\             top_cat@post8.tele.dk
  61. --------------------------------------------------------------------------
  62.  God is real, unless declared integer.
  63. --------------------------------------------------------------------------
  64.